Draw Cross Section
Map the brightness of pixels on a linear axis into a surface.
Node Data | |
---|---|
GenerateArray | |
Display name | |
Draw Cross Section | |
Internal name | |
Node_Cross_Section | |
Inheritances | |
node | |
node_processor | |
node_cross_section | |
Inputs | |
node_cross_section | |
surface |
Surface In |
enum |
Axis |
float |
Position |
bool |
Anti Aliasing |
enum |
Mode |
Outputs | |
node_cross_section | |
surface |
Surface Out |
This node scan the input image along the specified axis. For each pixel, it will calculate the brightness value and output it as a new image.
Properties
Axis
Axis to scan the image along.
Position
Position of the scan line.
Mode
Rendering mode.
BW
: Output black and white image.Colored
: Output cross section blend with the sampled color.